STEP 12: We want to count how many times each number appeared, but we need to have a list to store our results.
We'll use a list to store our frequency values, also! Lists are an important structure for storing elements in order.
To navigate the page using the TAB key, first press ESC to exit the code editor.